home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / pmmas10.zip / PMMASort.txt < prev   
Text File  |  1997-03-27  |  3KB  |  83 lines

  1. PMMASort v.1.0.  PMMail Addressbook Sorter (for PMMail v.1.9x)
  2. Copyright (c) 1997 Gyan Scott Penrose-Kafka (spk@ibm.net)
  3.  
  4. PMMASort is E:MailWare, which means, if you use this program, please
  5. send me an e:mail (at spk@ibm.net) to let me know.
  6.  
  7.  
  8. *********************************************
  9. See end of document for revision history.
  10. *********************************************
  11.  
  12.  
  13. I wrote PMMASort because I got tired of PMMail not sorting the address book
  14. for the pop-up address book.  It is a simple little program which will allow
  15. you so sort your address book by either the alias field or the name field.
  16.  
  17.  
  18. ////////////////////////////////////////////////////////
  19. NOTICE:  You may run PMMASort while PMMail is running,
  20.          but you must exit and restart PMMail before 
  21.          the new sort order will take effect.
  22. ////////////////////////////////////////////////////////
  23.  
  24. PMMASort is a command line utility, however, if you put the parameters into
  25. a WPS program object, you can run it from the WPS.  PMMASort will backup the
  26. original ADDR.DB file to ADDR.DB.BAK.
  27.  
  28. Usage:  PMMASORT x:\path\ADDR.DB name/alias
  29.  
  30. To Sort by name:
  31. PMMASort h:\apps\southsde\tools\addr.db name
  32.  
  33. To Sort by alias:
  34. PMMASort h:\apps\southsde\tools\addr.db alias
  35.  
  36.  
  37. You should run this program periodically in order to make sure that your
  38. pop-up address books always have the new entries in alphabetical order.
  39. Hopefully, in the near future PMMail will keep the address book datatbase
  40. sorted rather than just sticking newly added addresses at the end of the
  41. database.  But until that happens, use PMMASort.
  42.  
  43.  
  44.  
  45. *********************************************
  46. Revision History
  47. *********************************************
  48. v1.0ß2
  49.     FIX: Solved a problem caused by incorrect compiler settings.
  50.     ADD: Better memory management.
  51.  
  52. v1.0ß3
  53.     CHG: New syntax for command line.
  54.          Output file no long needed on command line.
  55.         Usage:  PMMASORT x:\path\ADDR.DB name/alias
  56.     ADD: Original ADDR.DB file backed up to ADDR.DB.bak
  57.          and sorted file saved as ADDR.DB.
  58.     ADD: Progress monitors.
  59.     ADD: Error testing.
  60. v1.0ß4
  61.     FIX: Bug when address book entry contained extended information beyond
  62.          the name/e:mail address/alias info, (especially notes that had
  63.          CR/LF in them), and which had addresses following it in the 
  64.          database.  Unfortunately, this bug was corrupting the address 
  65.          book.
  66.     CHG: Now using different methodology to back up the input file which 
  67.              is faster than previous method as well as preserves date and time
  68.          on the backed up file.
  69. v1.0 (GA)
  70.     ADD: Program Icon.  Thanks to Gerard Pinkas for being so creative.
  71.     CHG: Minor cosmetic changes on error messages.
  72.  
  73.  
  74.  
  75.                             Standard  Disclaimer 
  76.  
  77.      This  program  is  provided  AS IS without any warranty, expressed or
  78. implied,  including  but  not limited to fitness for a particular use. The
  79. user  is responsible for the results of correct or incorrect usage of this
  80. software.  Your use  of this product signifies  you agreement to the terms 
  81. and conditions of this licence agreement.
  82.  
  83.